Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix Warning: array_merge() #131

Merged
merged 2 commits into from
Oct 24, 2016
Merged

fix Warning: array_merge() #131

merged 2 commits into from
Oct 24, 2016

Conversation

razbakov
Copy link
Contributor

I've got this warning if I try to run php hoimport.php -action line -profile profile_name -line 1:

Getting source adapter ho_import/source_adapter_csv
Warning: array_merge(): Argument #1 is not an array in app/code/community/Ho/Import/Model/Import.php on line 831

array_merge expects first argument to be an array.
$arguments can be string in case if line 825 was executed.

paales and others added 2 commits September 16, 2016 10:49
I've got this warning if I try to run `php hoimport.php -action line -profile profile_name -line 1`:

```
Getting source adapter ho_import/source_adapter_csv
Warning: array_merge(): Argument #1 is not an array in app/code/community/Ho/Import/Model/Import.php on line 831
```

`array_merge` expects first argument to be an array. 
`$arguments` can be string in case if line 825 was executed.
@paales
Copy link
Member

paales commented Oct 24, 2016

@razbakov Can you edit the PR for the develop branch?

@razbakov razbakov changed the base branch from master to dev October 24, 2016 14:19
@razbakov
Copy link
Contributor Author

@paales done

@paales paales merged commit e80f9ac into ho-nl:dev Oct 24, 2016
@paales
Copy link
Member

paales commented Oct 24, 2016

Thanks!

@razbakov
Copy link
Contributor Author

@paales when are you going to release it?

@peterjaap
Copy link

+1

@paales
Copy link
Member

paales commented Nov 28, 2016

1.7.1 is released to address this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants